crypto/tls.serverHelloMsg.supportedVersion (field)
11 uses
crypto/tls (current package)
handshake_client.go#L506: if serverHello.supportedVersion != 0 {
handshake_client.go#L507: peerVersion = serverHello.supportedVersion
handshake_client_tls13.go#L167: if hs.serverHello.supportedVersion == 0 {
handshake_client_tls13.go#L172: if hs.serverHello.supportedVersion != VersionTLS13 {
handshake_messages.go#L733: supportedVersion uint16
handshake_messages.go#L790: if m.supportedVersion != 0 {
handshake_messages.go#L793: exts.AddUint16(m.supportedVersion)
handshake_messages.go#L944: if !extData.ReadUint16(&m.supportedVersion) {
handshake_server_tls13.go#L115: hs.hello.supportedVersion = c.vers
handshake_server_tls13.go#L549: supportedVersion: hs.hello.supportedVersion,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |